home *** CD-ROM | disk | FTP | other *** search
/ Australian Personal Computer 2000 October / tst.iso / multimed / IDN / web / lemonruski / template7.swf / scripts / DefineButton2_908 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  1999-09-08  |  198 b   |  13 lines

  1. on(release){
  2.    tellTarget("/")
  3.    {
  4.       gotoAndStop("monitorout");
  5.       play();
  6.    }
  7.    tellTarget("_level7/satellitelinklmtt")
  8.    {
  9.       gotoAndStop("start");
  10.       play();
  11.    }
  12. }
  13.